GUI Help > Fonts > getFontSize

getFontSize
int size=getFontSize(handle font)

Description:
Retrieves the point-size of the specified font. This is the size that you specified when the font was created using createFont.

Return Value:
Size of the specified font.

Parameters:
font Handle of a font
Remarks:


See Also:


Example:
(Note: You will need to include the GUI constants file for this example to work)